Node-RED block in Snap4City Microservice library node-red-contrib-snap4city-user is "dashboardEvent">
With this node you can add a dashboardEvent to an existing dashboard or a new one created by the node to select numbers in an interval.
msg.payload = {
"ordering": "startDate",
"prefix": "http://www.disit.org/km4city/resource/iot/orionUNIFI/DISIT/",
"devices": ["Alarm001", "Car001", "Velox001"],
"actions": ["pin", "action1"],
"columnsToShow":["device", "startDate", "endDate"]
}
msg.payload = {
device:"Alarm001",
prefix:"http://www.disit.org/km4city/resource/iot/orionUNIFI/DISIT/",
ordering:"startDate",
action:"pin"
}